scripts/add_maintainers.pl: Don't call get_maintainers.pl with -f
authorJulien Grall <julien.grall@arm.com>
Tue, 5 Jun 2018 16:39:38 +0000 (17:39 +0100)
committerJulien Grall <julien.grall@arm.com>
Tue, 12 Jun 2018 11:08:15 +0000 (12:08 +0100)
commit41339ecb5f18ca7ec7b0c914c952a0e1715ae511
treed1989bae9e78d1c88f33d1e00afc3c91636c680d
parent11535cdbc0ae5925a55b3e735447c30faaa6f63b
scripts/add_maintainers.pl: Don't call get_maintainers.pl with -f

The option -f of scripts/get_maintainers.pl will return the maintainers
of a given file, *not* the list of maintainers if the file was a patch.

The output expected of add_maintainers is the latter, so drop the option
-f.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Lars Kurth <lars.kurth@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
scripts/add_maintainers.pl